Make GtkCellAreaBox handle rendering without a previous allocation in the orientation...
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 25 Nov 2010 07:09:51 +0000 (16:09 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 25 Nov 2010 07:09:51 +0000 (16:09 +0900)
commit9d0c2f6b37beee6032981759b0e1f8161ccd9d72
tree0525d3c3661463dbb20fb543bcb98c168240e90a
parent57a94bfb5364392a2469c592c4cf88536be7e061
Make GtkCellAreaBox handle rendering without a previous allocation in the orientation of choice.

This is so that treeviews can have some columns oriented vertically and
some horizontally, usually the column will only allocate the areas
width, having vertical columns without fixed row heights just means
it's slower to render.
gtk/gtkcellareabox.c
gtk/gtkcellareaboxcontext.c
gtk/gtkcellareaboxcontext.h